home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / scripts / maintenance < prev    next >
Text File  |  1997-05-11  |  606b  |  40 lines

  1.  
  2. ;;;  Maintenance script .. just start once a day
  3. ;;;  preferable at night with a Cron util
  4.  
  5.  
  6. trion -m -a -x "Maintenance script started, system can be a little slower"
  7.  
  8.  
  9. ;;;  Proces Mail
  10.  
  11. ; trion:utils/tmp -u -b
  12. ; trion:utils/tmp -p
  13.  
  14.  
  15. ;;;  Make Allfiles
  16.  
  17. trion:utils/taf
  18.  
  19. ;;;  Things you tend to forget :)
  20.  
  21. trion:utils/menu #?.src
  22.  
  23. ;;;  Make sure Logs don't grow to big
  24.  
  25. TTrimLogs
  26.  
  27. ;;;  Delete mail of points and/or nodes who didn't poll for more than 14 days.
  28.  
  29. ;KillOldMail  14
  30.  
  31. ;;; Make a screen of Top Down/Uploaders
  32.  
  33. topdl >trion:text/topdl.ansi
  34.  
  35.  
  36.  
  37. trion -m -a -x "Maintenance script is Finished !"
  38.  
  39.  
  40.